CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - round robin

搜索资源列表

  1. 1

    0下载:
  2. 进程调度 优先数调度算法 时间片轮转-The process of scheduling a number of priority scheduling algorithm Round-Robin Time Slice .....................................
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1474
    • 提供者:lijun
  1. JCDD

    0下载:
  2. 通过优先权法和轮转算法的模拟加深对进程概念和进程调度过程的理解,掌握进程状态之间的切换,同时掌握进程调度算法的实现方法和技巧。-Through the priority and Round Robin simulation concepts and deepen their understanding of the process of understanding the process of the activation process and master the process of sw
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:240276
    • 提供者:hghh
  1. ProcessorSchedul

    0下载:
  2. VC环境下,用时间片轮转调度算法模拟处理机调度实验-Round-Robin Scheduling Algorithm for Time-chip processor scheduling simulation experiment
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:1722
    • 提供者:karon
  1. df

    0下载:
  2. 实现单处理器进程调度,采用时间片轮转算法。-The process of the realization of single-processor scheduling, the use of Round Robin time slice.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:2049
    • 提供者:编程高手
  1. 1-1

    0下载:
  2. 实验内容: 设计一个一元多项式的简单计算器,其基本功能有:①输入并建立多项式;②输出多项式;③多项式相加;④多项式相减;⑤多项式的乘积(选作)。可利用单链表或单循环表实现。-Experiment content: the design of a one dollar a simple polynomial calculator, and its basic functions: ① the importation and the establishment of polynomials
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1851
    • 提供者:郭光祖
  1. ntf

    0下载:
  2. This multitasking system contains only task control logic - no semaphores, mailboxes, etc. Tasks are scheduled in a round-robin manner and are not preempted. Once it gains control, each task runs until it voluntarily blocks. It is up to the programm
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-03
    • 文件大小:56582
    • 提供者:whos
  1. joseph

    0下载:
  2. 约瑟夫(Joseph)问题的一种描述是:编号是1,2,……,n的n个人按照顺时针方向围坐一圈,每个人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向的下一个人开始重新从1报数,如此下去,直到所有人全部出列为止。设计一个程序来求出出列顺序。 基本要求: 利用单向循环链表存储结构模拟此过程,按照出列的顺序输出各个人的编号。 测试数据: m的初值为20
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:1557
    • 提供者:拉拉
  1. schedule

    0下载:
  2. 创建一系列的进程并放入就绪队列中(使用链表实现),来模把创建的进程的信息在屏幕上显示出来。 轮转法及优先级实现调度-Round Robin Schedule & Priority Schedule
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:5449
    • 提供者:
  1. fslyh

    0下载:
  2. 多道程序设计中,经常是若干个进程同时处于就绪状态,为了使系统中的各进程有条不紊地运行,必须选择某种调度策略,以选择一个进程占用处理机。本次实验按照轮转算法模拟单处理机调度的过程,以加对处理机调度的算法的理解。-Multi-channel program design, often at the same time a number of processes in the ready state, in order to make the system processes in an orderl
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2277
    • 提供者:林雨雄
  1. shijianplunzhuan

    0下载:
  2. 进程调度算法:先来先服务算法、时间片轮转调度算法的实现 -The process of scheduling algorithms: first-come, first-served algorithm, time slice Round Robin Scheduling Algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:2266
    • 提供者:ZZ
  1. jinchengdiaodu_luanzhuan

    0下载:
  2. 操作系统,进程调度,简单轮转法, 根据进程到达时间先后,对进程排成队列,以实现FCFS算法-Operating system, process scheduling/* Simple Round-Robin* /
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:566771
    • 提供者:kongku
  1. procSchdule

    0下载:
  2. 操作系统进程调度实验 时间片轮转算法 VC编写-The operating system process scheduling experiment time slices prepared VC Round Robin
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:1954
    • 提供者:龚靖仁
  1. 1

    0下载:
  2. 时间片轮转法调度算法 时间片轮转法调度算法-Time-slice Round-Robin Scheduling Algorithm for time-slice Round-Robin Scheduling Algorithm for
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1246
    • 提供者:wjf
  1. ycycgb

    0下载:
  2. 进程调度 模拟进程调度 时间片轮转 优先级模拟算法-Process scheduling simulation process scheduling time slice simulation algorithm Round-Robin Priority
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1742
    • 提供者:zlz
  1. Joseph

    0下载:
  2. 编号为1,2,3,…,n的n个人按顺序针方向围坐一张圆桌旁,每个人手中持有 一个密码(正整数)。首先输入一个正整数作为报数上限值m,然后,从第一个人开始按顺序针方向自1开始顺序报数,报到m的人离开桌子,并将他手中的密码作为新的m值,从顺序针方向的下一个就坐在桌旁的人开始重新从1报数,如此下去,直至所有人全部离开桌旁为止。 算法思想: 用单循环链表来解决这一问题,实现的方法首先要定义链表结点,单循环链表的结点结构与一般单链表的结点结构完全相同,只是数据域用一个整数来表示;然后将它们组成
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:629
    • 提供者:冬冬
  1. jcddu

    0下载:
  2. 计算机操作系统轮转法调用进程实验Computer operating system calls the process of Round-Robin Experiment-Computer operating system calls the process of Round-Robin Experiment
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1058
    • 提供者:何明
  1. jinchendiaodu

    0下载:
  2. 操作系统中进程调度,包含简单轮转法,最高优先数-The operating system process scheduling, containing a simple Round-Robin method, the highest priority number
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:71196
    • 提供者:huang
  1. JCDD

    0下载:
  2. 在虚拟机上模拟操作系统对进程进行时间片轮转调度。-In the virtual machine to simulate the operating system to the process time-slice round-robin scheduling.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:749
    • 提供者:greenen
  1. sjp

    1下载:
  2. 使用时间片轮转法实现进程调度,附带简单注释。-Round-Robin using the time slice to achieve the process of scheduling, with a simple comment.
  3. 所属分类:CSharp

    • 发布日期:2016-01-26
    • 文件大小:2544
    • 提供者:gdut
  1. lunzhuanfa

    0下载:
  2. 操作系统实验,用轮转法实现进程调度-Operating system, experiment, implementation process scheduling using Round-Robin
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:226201
    • 提供者:kay
« 1 2 3 4 5 6 78 9 10 11 12 ... 22 »
搜珍网 www.dssz.com